From 21064a41b500f596050a08f0fb73e7b04276b234 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 17 Dec 2017 13:15:18 -0500 Subject: [PATCH] Remove unneeded deprecation guards No deprecated api used in here, it seems. --- gtk/gtkprintoperation-unix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index 5ded7ca577..1b8e35d298 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -202,7 +202,6 @@ shell_command_substitute_file (const gchar *cmd, return g_string_free (final, FALSE); } -G_GNUC_BEGIN_IGNORE_DEPRECATIONS static void gtk_print_operation_unix_launch_preview (GtkPrintOperation *op, cairo_surface_t *surface, @@ -343,7 +342,6 @@ gtk_print_operation_unix_launch_preview (GtkPrintOperation *op, g_free (data); g_free (settings_filename); } -G_GNUC_END_IGNORE_DEPRECATIONS static void unix_finish_send (GtkPrintJob *job, -- 2.30.2